Post

Replies

Boosts

Views

Activity

Third party AU plugins in AUV3Host sample project
HiI'm trying the AUV3Host sample project in order to better understand how to implement an AU host app.Third party plugins (effects and instruments) are populated but, once selected, AUAudioUnit is not instantiated and throws the following error:/Library/Audio/Plug-Ins/Components/LABS.component/Contents/MacOS/LABS: code signature in (/Library/Audio/Plug-Ins/Components/LABS.component/Contents/MacOS/LABS) not valid for use in process using Library Validation: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?))All of the third party plugins give me the same result. Any hint? Thx
2
0
2.8k
Feb ’20
Audio Unit Extensions without sandbox
Basically what I have is a wrapper for AU2/AU3 components.For the standalone app everything works fine with internal AU Components (as AUSampler). In order to make it load third party components (mostrly v2), sandboxing is disabled, so no Mac App Store - unfortunate but expected.The problem is with its embedded Audio Unit Extension. Disabling the sandbox makes it unrecognizable from GB, Logic and other AU Hosts.So, are Audio Unit Extensions intended for App Store only?
0
0
1.5k
Apr ’20
Sandboxed macOS app unable to load Audio Units
I've a music app for Mac, almost complete, supposed to be distributed trough the Mac AppStore. It has and Audio Unit extension (sandboxed), that it is correctly instantiated from Logic and other DAWs. The container app itself however, when sandboxed, it's incapable of loading any third party Audio Units, not even its embedded one. Removing the sandbox from the container app, everything works as expected. Are sandboxed Mac apps prevented to load Audio Units? If this is the case (quite odd), my only solution is to distribute my app outside the Mac AppStore. Is there something I'm missing? Any advice? Thanks
1
0
810
Nov ’20